netsqlazman_ApplicationGroupsTable 
Logical Entity Name  netsqlazman_ApplicationGroupsTable 
Default Table Name  netsqlazman_ApplicationGroupsTable 
Physical Only  NO 
Definition 
 
Note 
 

netsqlazman_ApplicationGroupsTable Columns 
ColumnName  Domain  Datatype  NULL  Definition 
ApplicationGroupId(PK)    int  NO 
 
ApplicationId(FK)    int  NO 
 
objectSid    varbinary(85)  NO 
 
Name    nvarchar(255)  NO 
 
Description    nvarchar(1024)  NO 
 
LDapQuery    nvarchar(4000)  YES 
 
GroupType    tinyint  NO 
 

netsqlazman_ApplicationGroupsTable Primary and Unique Keys 
Key Name  Key Type  Keys 
ApplicationGroups_ApplicationId_Name_Unique_Index  Index  ApplicationId, Name 
PK_Groups  PrimaryKey  ApplicationGroupId 

netsqlazman_ApplicationGroupsTable Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
netsqlazman_ApplicationsTable  Non-Identifying  One To Zero or More  FK_ApplicationGroups_Applications      ApplicationId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
netsqlazman_ApplicationGroupMembersTable  Non-Identifying  One To Zero or More  FK_ApplicationGroupMembers_ApplicationGroup        NO  YES 

netsqlazman_ApplicationGroupsTable Check Constraints 
Check Constraint Name  CheckConstraint